projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426179e
)
(allout-isearch-expose): Use isearch-mode-end-hook-quit,
author
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Jul 2005 18:47:54 +0000
(18:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 18 Jul 2005 18:47:54 +0000
(18:47 +0000)
not isearch-mode-end-hook-error.
lisp/allout.el
patch
|
blob
|
history
diff --git
a/lisp/allout.el
b/lisp/allout.el
index b1e2fafad73f2bd4c675dc5337361f66271f0dc4..e865d32bfde3620c1ff3d720cff5ae915f7daa06 100644
(file)
--- a/
lisp/allout.el
+++ b/
lisp/allout.el
@@
-2402,7
+2402,7
@@
Returns the endpoint of the region."
(setq allout-isearch-prior-pos nil)
(if (not (eq mode 'final))
(setq allout-isearch-prior-pos (cons (point) (allout-show-entry)))
- (if isearch-mode-end-hook-
error
+ (if isearch-mode-end-hook-
quit
nil
(setq allout-isearch-prior-pos nil)
(allout-show-children)))))